Conversation
Updated CHANGELOG to reflect breaking changes, new features, and fixes in version 2.0.0-next.44.
commit: |
Contributor
Author
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated.
nextis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonnext.Releases
layerchart@2.0.0-next.45
Major Changes
Minor Changes
Pathprimitive component fromSplinefor better separation of concerns (#659)Patch Changes
fix(Threshold): Properly clip
abovesnippet (resolving 1/2 width clipping issues when using Spline) (#659)breaking: Change
defaultChartPadding(axis, legend)todefaultChartPadding({ axis, legend })and support overrides (ex.defaultChartPadding({ left: 50 })) (#659)fix(AnnotationRange|TooltipContext|Highlight): Fix using interval scales with reversed data (ex. xReverse) (#659)
refactor: Rename simplified charts
renderContextprop tolayer(#659)refactor: Move contexts to separate
$lib/contextsmodule (#659)feat(Layer): Allow
typeto be optional, fallbacking back tosettings.layertype (#659)fix(Rect): Support rounded (rx/ry) in Canvas layers (fixes #481) (#659)
feat: Support global settings (layer type, debug, etc) (#659)
Removed lodash-es dependency (#659)
fix(Bar): Fix browser lockup when switching between group and stack layouts (#659)
feat(Circle|Rect): Support passing children snippet for Html layers (#659)
feat(Chart): Support passing explicit
widthandheightinstead of requiring parent dimensions (#659)fix(Bar): Fix bar rounding direction when using xReverse/yReverse with interval scales (#659)
feat(Chart|Svg|Html): Support passing
clipprop to hide overflown content (#659)fix(Text): Support explicit "\n" and set line-height (to match svg/canvas) for html layers (#659)
fix(Canavs): Support
styleattribute (#659)feat(Chart): Support
classprop (#659)fix(Canavs): Suppport dashed stroke (fix: Dashed stroke not working on Canvas #652) (#659)
feat(Layer): Support showing chart and full frame boundaries with
settings.debug(#659)